Package com.cisco.pt.ipc.sim.impl
Class Pop3ClientImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.Pop3ClientImpl
- All Implemented Interfaces:
IPCObject,Pop3Client,Process
Information provided by the PKI file:
\class Pop3Client
\brief Pop3Client handles and manipulates POP3 clients.
\example network().getDevice("PC0").getProcess("Pop3Client")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionPop3ClientImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidInformation provided by the PKI file:booleanInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
Pop3ClientImpl
public Pop3ClientImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getMailIpc
public boolean getMailIpc()Information provided by the PKI file:
\brief Gets mail. \return bool, always returns true.- Specified by:
getMailIpcin interfacePop3Client- Returns:
- boolean Returns a boolean
-
cancelReceive
public void cancelReceive()Information provided by the PKI file:
\brief Cancels receive.- Specified by:
cancelReceivein interfacePop3Client
-